﻿html{
    /*height:100%;    
    background: linear-gradient(270deg, rgba(102,51,153,1) 2%, rgba(145,109,183,1) 10%, rgba(203,186,220,1) 50%, white 100%) no-repeat;
    background: -o-linear-gradient(270deg, rgba(102,51,153,1) 2%, rgba(145,109,183,1) 10%, rgba(203,186,220,1) 50%, white 100%) no-repeat;
    background: -moz-linear-gradient(270deg, rgba(102,51,153,1) 2%, rgba(145,109,183,1) 10%, rgba(203,186,220,1) 50%, white 100%) no-repeat;
    background: -webkit-linear-gradient(270deg, rgba(102,51,153,1) 2%, rgba(145,109,183,1) 10%, rgba(203,186,220,1) 50%, white 100%) no-repeat;
    background: -ms-linear-gradient(270deg, rgba(102,51,153,1) 2%, rgba(145,109,183,1) 10%, rgba(203,186,220,1) 50%, white 100%) no-repeat;*/
}

a{
	color: black;
}

/*.nav,.navbar-header{
	margin-top:.2em;
}

.nav a{
	font-size: 1.5em;
}

.navbar-header a{
	font-size: 1.75em;
}*/

#DownloadList a{
	text-decoration: underline;
}

#DownloadList .row{
	font-size: .8em;
	padding-top: .4em;
	padding-bottom: .4em;
}

body {
	background-color:white;	
}

.header-top-brand {
    background-color:aliceblue;
    /*padding:5px;*/
    font-size:2em;
    text-align:right;
}

.footer-bottom {
    background-color:rgba(145,109,183,1);
    text-align: right;
}

.footer-bottom p {
	color:white;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color:rgba(145,109,183,1);
    overflow: hidden;
    max-height: 50px;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav > div {
	max-width: 150px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: white;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

img {
	/*width:100%;*/
	height:100%;
    /*max-width: 100%;*/
    max-height: 100%;
    background-repeat: no-repeat;
}

#headerImgDiv {
	
	background-image:url('../Images/Header.PNG')
}

body {
	max-width:100%;
}

.parital-container {
	margin-top: 3em;
	margin-bottom: 3em;
}









